<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* title */
.jgyj_title{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0;
}
.jgyj_title h1{
    font-size: 42px;
    font-weight: 1000;
    line-height: 42px;
    color:#323232;
    position: relative;
}
.jgyj_title h1::after,.jgyj_title h1::before{
    content: '';
    width: 38px;
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #B23636;
}
.jgyj_title h1::after{
    left: -58px;
}
.jgyj_title h1::before{
    right: -58px;
}
.jgyj_title p{
    font-size: 19px;
    line-height: 19px;
    color:#666666;
    padding-top: 13px;
}</pre></body></html>